home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / cd_prefs / clickme! < prev    next >
Text File  |  1997-03-10  |  3KB  |  80 lines

  1. ; AGA CD Volume 3 Startup Script. ©1995/1996 SAdENESS Software.
  2.  
  3. echo ""
  4. echo " This is what you've all been waiting for!"
  5. echo ""
  6. echo ""
  7. echo " Now Setting up the CD, Please Wait....."
  8. ECHO ""
  9.  
  10. failat >NIL: 100
  11.  
  12. if >NIL: not exists sys:c/amigaguide
  13. sys:c/copy >NIL: aga_vol_3:c/amigaguide sys:c
  14. endif >NIL:
  15.  
  16. if >NIL: not exists sys:libs/powerpacker.library
  17. sys:c/copy >NIL: aga_vol_3:libs/powerpacker.library sys:libs
  18. endif >NIL:
  19.  
  20. aga_vol_3:c/assign >nil: aga_vol_1: aga_vol_3: add
  21. aga_vol_3:c/assign >nil: utils_vol_1: aga_vol_3: add
  22. aga_vol_3:c/assign >nil: aga: aga_vol_3:
  23. aga_vol_3:c/assign >NIL: aboot: aga_vol_3: add
  24. aga_vol_3:c/assign >NIL: libs: aga_vol_3:libs add
  25. aga_vol_3:c/assign >NIL: c: aga_vol_3:c add
  26. aga_vol_3:c/assign >NIL: system: aga_vol_3: add
  27. aga_vol_3:c/assign >NIL: sys: aga_vol_3: add
  28. aga_vol_3:c/assign >NIL: locale: aga_vol_3:locale add
  29. aga_vol_3:c/assign >NIL: fonts: aga_vol_3:fonts2 add
  30. aga_vol_3:c/assign >NIL: l: aga_vol_3:l add
  31. aga_vol_3:c/assign >NIL: devs: aga_vol_3:devs add
  32. aga_vol_3:c/assign >NIL: s: aga_vol_3:s add
  33. aga_vol_3:c/assign >NIL: utils_vol_1: aga_vol_3: add
  34. aga_vol_3:c/assign >NIL: evil: aga_vol_3:software/games/a-g/evilsdoom
  35. aga_vol_3:c/Assign XSPOVLY: "AGA_Vol_3:Software/Commercial/XCAD2000/XSPOVLY"
  36. aga_vol_3:c/Assign XSLOVLY: "AGA_Vol_3:Software/Commercial/XCAD2000/XSLOVLY"
  37. aga_vol_3:c/Assign XSMODS: "AGA_Vol_3:Software/Commercial/XCAD2000/XSMODS"
  38. aga_vol_3:c/Assign XSFONTS: "AGA_Vol_3:Software/Commercial/XCAD2000/XSFONTS"
  39. aga_vol_3:c/Assign XSDATA:     "AGA_Vol_3:Software/Commercial/XCAD2000/XSDATA"
  40. aga_vol_3:c/Assign XCad20003D: "AGA_Vol_3:Software/Commercial/XCAD2000"
  41. aga_vol_3:c/Assign XCad20003DHandlers: "AGA_Vol_3:Software/Commercial/XCAD2000/Handlers"
  42. aga_vol_3:c/Assign MENUS: "AGA_Vol_3:Software/Commercial/XCAD2000/menus"
  43. aga_vol_3:c/Assign DRAWINGS: "AGA_Vol_3:Software/Commercial/XCAD2000/drawings"
  44. aga_vol_3:c/Assign SYMBOLS: "AGA_Vol_3:Software/Commercial/XCAD2000/symbols"
  45. aga_vol_3:c/Assign XCad20003DPMods: "AGA_Vol_3:Software/Commercial/XCAD2000/PMods"
  46. aga_vol_3:c/assign >NIL: gadgets: ""
  47.  
  48. path >NIL: aga_vol_3:C add
  49. path >NIL: aga_vol_3:utilities add
  50.  
  51. ;BEGIN MUI
  52. if exists "aga_vol_3:MUI"
  53.    aga_vol_3:c/assign >nil: MUI: "aga_vol_3:MUI"
  54.    if exists MUI:Libs
  55.       aga_vol_3:c/assign >nil: add LIBS: MUI:Libs
  56.    endif
  57.    if exists MUI:Locale
  58.       aga_vol_3:c/assign >nil: add LOCALE: MUI:Locale
  59.    endif
  60.    aga_vol_3:c/version >nil: exec.library 39
  61.    if not warn
  62.       if exists MUI:Docs
  63.          if exists HELP:dummy ; do not remove
  64.          endif                ; this entry!
  65.          aga_vol_3:C/assign >nil: add HELP: MUI:Docs
  66.       endif
  67.    endif
  68. endif
  69. ;END MUI
  70.  
  71. echo " In order to see the icons as intended, make sure you are using a"
  72. echo " Screenmode of at least 8 COLOURS, then double-click 'ClickForColors'."
  73. echo " If the Icon's colours look strange, try loading 'MagicColors'."
  74. WAIT 1
  75. echo ""
  76. echo " ALL DONE!!"
  77. echo ""
  78. ECHO " NOW CLOSE THIS WINDOW, AND ENJOY USING YOUR CD!!"
  79. endcli
  80.